xref: /haiku/src/data/settings/tracker_new_templates/C++ header (revision d12bb8b14803d030b4a8fba91131e4bb96c4f406)
1/*
2 * Copyright 2018, Your Name <your@email.address>
3 * All rights reserved. Distributed under the terms of the MIT license.
4 */
5#ifndef _H
6#define _H
7
8
9#include <SupportDefs.h>
10
11
12class {
13public:
14
15private:
16
17};
18
19
20#endif // _H
21